home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 4 / Light ROM 4 - Disc 1.iso / text / maillist / 1996 / 012296.doc / text0753.txt < prev    next >
Encoding:
Text File  |  1996-02-04  |  901 b   |  29 lines

  1. Scott Burton wrote:
  2.  
  3. > Depth of field can be calculated fairly simply (simple for those people
  4. > who know how to use that math stuff, it involves numbers...I think)
  5.  
  6. I've been known to use that math stuff on occasion.  Here's one way
  7. (there are several) to calculate the near and far limits of focus.
  8.  
  9.    h    = ( f * f ) / ( a * c )
  10.    near = ( h * s ) / ( h + s - f )
  11.    far  = ( s * near ) / ( 2 * near - s )
  12.  
  13. where
  14.  
  15.    s is Focal Distance
  16.    f is Focal Length
  17.    c is Circle of Confusion Diameter
  18.    a is Aperture (F-Stop)
  19.    h is Hyperfocal Distance
  20.  
  21. The units don't really matter, but they all have to be the same, so
  22. it's easiest to use meters.  Notice that at 30 feet, f/2.8, a 50 mm
  23. lens on a 35mm SLR, with a circle of confusion diameter of .025 mm,
  24. near is 23'10" and far is 40'5".  Pretty close to 1:2 (or 1/3 : 2/3),
  25. but go to f/4 and the proportions change to 1:3 (1/4 : 3/4).
  26.  
  27. - Ernie
  28.  
  29.